missed a couple of corrections
authorGMT 2000 Tony Gale <gale@gtk.org>
Tue, 29 Feb 2000 13:29:59 +0000 (13:29 +0000)
committerTony Gale <gale@src.gnome.org>
Tue, 29 Feb 2000 13:29:59 +0000 (13:29 +0000)
Tue Feb 29 13:29:17 GMT 2000  Tony Gale <gale@gtk.org>

missed a couple of corrections

docs/gtk.texi
docs/text_widget.txt

index 46b74f2cc98b55835762ba842e4ccea86ba5f911..7697fa1a03ec4b9cb13c49382e7da6451090866c 100644 (file)
@@ -320,7 +320,7 @@ inherit these rules from their fundamental type.  For example,
 derive from @samp{GtkObject} and so the rules for @samp{GtkObject} apply
 to all widgets as well.
 
-This derivation defines a type hierarchy, but this hierachy is not
+This derivation defines a type hierarchy, but this hierarchy is not
 completely general.  You can't derive from @samp{int} for example, and
 you can only have one level of derivation from @samp{enum}.  The
 fundamental type @samp{GtkObject}, however, is the basis for the large
index 599431f2f4dbe98f952aec606d27325da2db234e..62ca6ba55b108f0d59dd1d4534bdd24624681e39 100644 (file)
@@ -398,7 +398,7 @@ according the the tab continuation of the previous line.
 Exposure and drawing:
 
 Exposure is handled from the EXPOSE_TEXT function.  It assumes that
-the LINE_START_CACHE and all it's parameters are accurate and simply
+the LINE_START_CACHE and all its parameters are accurate and simply
 exposes any line which is in the exposure region.  It calls the
 CLEAR_AREA function to clear the background and/or lay down a pixmap
 background.  The text widget has a scrollable pixmap background, which